fix the build
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 9 Sep 2007 23:54:17 +0000 (23:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 9 Sep 2007 23:54:17 +0000 (23:54 +0000)
svn path=/trunk/; revision=18774

gtk/gtktreemodelsort.c

index 9cdfb65c715ac2ec538a0f1f9584cf5100756605..0887c3ed3e7b1879f541eac4c969ec1767c80822 100644 (file)
@@ -807,7 +807,7 @@ gtk_tree_model_sort_rows_reordered (GtkTreeModel *s_model,
 
   g_return_if_fail (new_order != NULL);
 
-  if (s_path == NULL || gtk_tree_path_get_depth (s_path) = 0)
+  if (s_path == NULL || gtk_tree_path_get_depth (s_path) == 0)
     {
       if (tree_model_sort->root == NULL)
        return;